.tableContainerSpaceTop{
    position: absolute;
    height: 80%;
    width: 90%;
    bottom: 2%;
    left: 5%;
    background-color: rgb(225, 225, 225);
    overflow-y: scroll;
}
.tableContainerSpaceBot{
    position: absolute;
    height: 70%;
    width: 90%;
    bottom: 16%;
    left: 5%;
    background-color: rgb(225, 225, 225);
    overflow-y: scroll;
}
.tableContainerSpaceBotTop{
    position: absolute;
    height: 65%;
    width: 90%;
    bottom: 16%;
    left: 5%;
    background-color: rgb(225, 225, 225);
    overflow-y: scroll;
}
.tableContainerFull{
    position: absolute;
    height: 87%;
    width: 90%;
    bottom: 2%;
    left: 5%;
    background-color: rgb(225, 225, 225);
    overflow-y: scroll;
}
.tableContainerBigSpaceTop{
    position: absolute;
    height: 65%;
    width: 90%;
    bottom: 7%;
    left: 5%;
    background-color: rgb(225, 225, 225);
    overflow: scroll;
}
.tableContainerBigSpaceTop1{
    position: absolute;
    height: 70%;
    width: 90%;
    bottom: 7%;
    left: 5%;
    background-color: rgb(225, 225, 225);
    overflow: scroll;
}
.tableContainerLargeSpaceTop{
    position: absolute;
    height: 65%;
    width: 90%;
    bottom: 2%;
    left: 5%;
    background-color: rgb(225, 225, 225);
    overflow: scroll;
}
.tableContainerLargeSpaceTop1{
    position: absolute;
    height: 60%;
    width: 90%;
    bottom: 2%;
    left: 5%;
    background-color: rgb(225, 225, 225);
    overflow: scroll;
}
.tableContainerSpaceBottomBigSpaceTop{
    position: absolute;
    height: 60%;
    width: 90%;
    bottom: 10%;
    left: 5%;
    background-color: rgb(225, 225, 225);
    overflow: scroll;
}

#table{
    width: 100%;
    font-family:sans-serif;
    font-size: 100%;
}
#table tr {
    height: 50px; /* exact row height */
}
#table button {
    border: none;
    height: 30px;
    width: 100%;
    background-color: rgb(100, 100, 100);
    color: white;
}
#tableTop{
    height: 15%;
    line-height: 150%;
    background-color: rgba(180, 35, 35, 0.8);
    color: white;
}

.filterButtonContainer{
    position: absolute;
    top: 8%;
    right: 2%;
    height: 10%;
    width: 50%;
    display: flex;
    flex-direction: row;
    justify-content: center;  /* centers horizontally */
    align-items: center;      /* centers vertically */
    gap: 1%;                /* adds spacing between buttons */
}
.filterButtonContainer1{
    position: absolute;
    top: 8%;
    right: 6%;
    height: 10%;
    width: 50%;
    display: flex;
    flex-direction: row;
    justify-content: center;  /* centers horizontally */
    align-items: center;      /* centers vertically */
    gap: 1%;                /* adds spacing between buttons */
}
.filterButtonContainerHeader{
    position: absolute;
    top: 8%;
    right: 2%;
    height: 80%;
    width: 50%;
    display: flex;
    flex-direction: row;
    justify-content: center;  /* centers horizontally */
    align-items: center;      /* centers vertically */
    gap: 1%;                /* adds spacing between buttons */
}

.filterButtons{
    background-color: rgb(200, 200, 200);
    border: none;
    height: 100%;
    width: 100%;
    font-family:sans-serif;
    font-size: 90%;
}